home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 January: Mac OS SDK / Dev.CD Jan 98 SDK1.toast / Development Kits (Disc 1) / QuickDraw 3D / Samples / SampleCode / Plug-in - WireFrame Renderer / SampleRenderer.rc < prev    next >
Encoding:
Text File  |  1997-08-14  |  2.2 KB  |  100 lines  |  [TEXT/LMAN]

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. /////////////////////////////////////////////////////////////////////////////
  25. //
  26. // Dialog
  27. //
  28.  
  29. IDD_MODAL_CONFIGURE DIALOG DISCARDABLE  0, 0, 186, 58
  30. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
  31. CAPTION "Modal Configure"
  32. FONT 8, "MS Sans Serif"
  33. BEGIN
  34.     DEFPUSHBUTTON   "OK",IDOK,129,37,50,14
  35.     PUSHBUTTON      "Cancel",IDCANCEL,7,37,50,14
  36.     CONTROL         "Dummy Configuartion Data",IDC_DUMMYCONFIG,"Button",
  37.                     BS_AUTOCHECKBOX | WS_TABSTOP,7,7,172,23
  38. END
  39.  
  40.  
  41. /////////////////////////////////////////////////////////////////////////////
  42. //
  43. // DESIGNINFO
  44. //
  45.  
  46. #ifdef APSTUDIO_INVOKED
  47. GUIDELINES DESIGNINFO DISCARDABLE 
  48. BEGIN
  49.     IDD_MODAL_CONFIGURE, DIALOG
  50.     BEGIN
  51.         LEFTMARGIN, 7
  52.         RIGHTMARGIN, 179
  53.         TOPMARGIN, 7
  54.         BOTTOMMARGIN, 51
  55.     END
  56. END
  57. #endif    // APSTUDIO_INVOKED
  58.  
  59.  
  60. #ifdef APSTUDIO_INVOKED
  61. /////////////////////////////////////////////////////////////////////////////
  62. //
  63. // TEXTINCLUDE
  64. //
  65.  
  66. 1 TEXTINCLUDE DISCARDABLE 
  67. BEGIN
  68.     "resource.h\0"
  69. END
  70.  
  71. 2 TEXTINCLUDE DISCARDABLE 
  72. BEGIN
  73.     "#include ""afxres.h""\r\n"
  74.     "\0"
  75. END
  76.  
  77. 3 TEXTINCLUDE DISCARDABLE 
  78. BEGIN
  79.     "\r\n"
  80.     "\0"
  81. END
  82.  
  83. #endif    // APSTUDIO_INVOKED
  84.  
  85. #endif    // English (U.S.) resources
  86. /////////////////////////////////////////////////////////////////////////////
  87.  
  88.  
  89.  
  90. #ifndef APSTUDIO_INVOKED
  91. /////////////////////////////////////////////////////////////////////////////
  92. //
  93. // Generated from the TEXTINCLUDE 3 resource.
  94. //
  95.  
  96.  
  97. /////////////////////////////////////////////////////////////////////////////
  98. #endif    // not APSTUDIO_INVOKED
  99.  
  100.